brew pip

24

$ sudo pip install --upgrade pip
python3 -m pip install --upgrade setuptools
$ brew install python
$ brew unlink python && brew link python
$ sudo easy_install pip
$ pip -V
 
$ pip3 -V

Comments

Submit
0 Comments